if (targetSize < 0)
targetSize = 0;
horizontalResizeAnimation(initialSize, targetSize).run(300);
}
private Animation horizontalResizeAnimation(final double start,
if (targetSize < 0)
targetSize = 0;
resizeHorizontally(initialSize, targetSize);
}
private void resizeHorizontally(final double start,